home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / ImageViewer / ImageViewer.app / English.lproj / ImageViewer.nib / data.classes next >
Text File  |  1993-05-12  |  987b  |  63 lines

  1. ImageWindow = {
  2.     OUTLETS = {
  3.     imageView;
  4.     };
  5.     SUPERCLASS = Window;
  6. };
  7. ImageController = {
  8.     ACTIONS = {
  9.     changeDepth:;
  10.     redisplayInfoTitle:;
  11.     showInspector:;
  12.     makeScrollable:;
  13.     performInvert:;
  14.     updateNextTiffCompatibility:;
  15.     setSaveType:;
  16.     makeShrinkWrapped:;
  17.     updatePrintInGray:;
  18.     updateDefaultView:;
  19.     appDidInit:;
  20.     appWillInit:;
  21.     updateTIFFCompression:;
  22.     changeScale:;
  23.     changeSize:;
  24.     performOpen:;
  25.     updateMaxInitialSize:;
  26.     performSave:;
  27.     performPrint:;
  28.     performSaveAs:;
  29.     };
  30.     OUTLETS = {
  31.     prefMaxWidthField;
  32.     prefWindow;
  33.     savePanelAccessory;
  34.     prefCompButton;
  35.     inspScale;
  36.     popUpButton;
  37.     inspDepthField;
  38.     printGrayButton;
  39.     inspScroll;
  40.     versField;
  41.     inspBox;
  42.     inspector;
  43.     prefTiffButton;
  44.     imageListener;
  45.     prefGrayButton;
  46.     printPanelAccessory;
  47.     prefViewButton;
  48.     infoTitle;
  49.     inspHeightField;
  50.     inspWidthField;
  51.     prefMaxHeightField;
  52.     };
  53.     SUPERCLASS = Object;
  54. };
  55. FirstResponder = {
  56.     ACTIONS = {
  57.     };
  58.     SUPERCLASS = Object;
  59. };
  60. ImageView = {
  61.     SUPERCLASS = View;
  62. };
  63.